home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / linestyle < prev    next >
Encoding:
Text File  |  1994-10-22  |  365 b   |  16 lines

  1. linestyle:
  2.  
  3. Synopsis: Control the line style for the plots.
  4.  
  5. Syntax: linestyle ( "line_style", I )
  6.  
  7. Description:
  8.  
  9.     linestyle() controls the line-style for the I:th plot.
  10.     "line_style" can be: "lines", "points", "linespoints", 
  11.     "dots", "steps", "impulses", "errorbars", "boxes" or 
  12.     "boxerrorbars".
  13.     
  14.     If 'I' is not specified the default plot-window (0) is used.
  15.     
  16.